Conversation description ...
Displays the options for this conversation and returns which one the player selected.
DialogOptionState GetOptionState(int option)
Gets the enabled state for the specified option in this conversation.
string GetOptionText(int option)
Gets the text of the specified option in this conversation.
void SetOptionState(int option, DialogOptionState dialogOptionState)
Sets the enabled state of the specified option in this conversation.